バージョン

Polygon コンストラクタ(PointF[])

Polygonのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal points() As PointF _
)
public Polygon( 
   PointF[] points
)

パラメータ

points
このポリゴンを構成する点。
参照